MD5 salt

Поиск
Список
Период
Сортировка
От M. Bastin
Тема MD5 salt
Дата
Msg-id a05210602bafb99c84e6e@[213.224.115.34]
обсуждение исходный текст
Ответ на Re: Inserting data of two other tables [Now deleting ...]  (papapep <papapep@gmx.net>)
Ответы Re: MD5 salt  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
How do I send an MD5 password to pgsql?  (I'm programming my own front-end)

Pgsql provides a 4-byte 'salt', that you must somehow use with your
password for MD5.  The trouble is, I don't know how.

I have been trying sending the MD5 digest from (password + salt), or
from (salt + password), but it doesn't work.  How exactly does the
salt fit in the picture?

Thanks,

Marc

В списке pgsql-novice по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: + operator with a possible NULL operand
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: + operator with a possible NULL operand